net/http.http2responseWriterState.handlerDone (field)
9 uses
net/http (current package)
h2_bundle.go#L6712: handlerDone bool // handler has finished
h2_bundle.go#L6770: if rws.handlerDone {
h2_bundle.go#L6787: if !hasContentLength && clen == "" && rws.handlerDone && http2bodyAllowedForStatus(rws.status) && (len(p) > 0 || !isHeadResp) {
h2_bundle.go#L6821: endStream := (rws.handlerDone && !rws.hasTrailers() && len(p) == 0) || isHeadResp
h2_bundle.go#L6841: if len(p) == 0 && !rws.handlerDone {
h2_bundle.go#L6848: endStream := rws.handlerDone && !hasNonemptyTrailers
h2_bundle.go#L6856: if rws.handlerDone && hasNonemptyTrailers {
h2_bundle.go#L7087: endStream: rws.handlerDone && !rws.hasTrailers(),
h2_bundle.go#L7153: rws.handlerDone = true
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)